auto merge of #868 : IanConnolly/cargo/backtick_fix, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 14 Nov 2014 17:14:33 +0000 (17:14 +0000)
committerbors <bors@rust-lang.org>
Fri, 14 Nov 2014 17:14:33 +0000 (17:14 +0000)
19:09 < ianconnolly> hey, i was browsing the cargo code, any particular reason why this string is mixed backticks + straight apostrophes?
                     https://github.com/rust-lang/cargo/blob/master/src/bin/cargo.rs#L157
19:10 < acrichto> ianconnolly: oh I think I missed that, it should probably just be `{}` like the rest of cargo


Trivial merge